home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Klondike Gold - An Interactive History
/
Klondike Gold - An Interactive History.iso
/
dredge.dir
/
00060_Script_60
< prev
next >
Wrap
Text File
|
1995-11-28
|
429b
|
25 lines
on startMovie
repeat with x = 33 down to 28
set the visible of sprite x = FALSE
end repeat
set the keyDownscript to "checkKey"
howloud
emptyHT --needed to initialize gBacklist Global DO NOT REMOVE
end
on playQT _whichsprite, _where
if the movieRate of sprite _whichsprite then
go the frame
else
go _where
end if
end --playQT
on stopmovie
howloud
unloadcast
end